/*body {
    font-family: Arial, "Microsoft JhengHei", sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}*/

.product-introduction-title {
    color: #F7D302; 
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #F7D302;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.frame-top-intro {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.SiC-Powder-All {
    width: 300px;
    height: auto;
    object-fit: contain;
}

.introduction {
    font-size: 14px;
    color: #555;
    text-align: justify;
}

.N-Type-SiC-title, .semi-insulating-SiC-title, .Fine-SiC-title {
    font-size: 20px;
    color: #11317B; 
    font-weight: bold;
    margin: 30px 0 15px 0;
}

.product-intro-text, .N-Type-SiC-intro {
    font-size: 14px;
    margin-bottom: 20px;
}

.app-link {
    font-style: italic;     
    text-decoration: underline; 
    color: #11317B;         
    font-weight: bold;
}

.app-link:hover {
    color: #F7D302;        
}



.spec-image-row {
    display: flex;
    justify-content: space-between; 
    gap: 15px;                     
    margin-bottom: 25px;
}

.spec-image-row img {
    flex: 1;          
    height: 200px;          
    object-fit: cover;     
    object-position: bottom; 
    border-radius: 4px;     
    border: 1px solid #eee; 
}

.SiC-Powder-All {
    width: 300px;
    height: 200px;          
    object-fit: contain;   
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
    text-align: center;
    font-size: 13px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.spec-table thead tr {
    background-color: #11317B;
    color: #fff;
}

.spec-table th, .spec-table td {
    padding: 12px;
    border: 1px solid #eee;
}

.spec-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.section-divider {
    border: 0;
    height: 1px;
    background: #eee;
    margin: 40px 0;
}
